SyGPACalculateQueue 
Logical Entity Name  SyGPACalculateQueue 
Default Table Name  SyGPACalculateQueue 
Physical Only  NO 
Definition 
 
Note 
 

SyGPACalculateQueue Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SyGPACalculateQueueID(PK)    int  NO 
 
SyStudentID(FK)    int  NO 
 
AdGPAID(FK)    int  NO 
 
Exception    varchar(max)  YES 
 
Processed    bit  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

SyGPACalculateQueue Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SyGPACalculateQueue_SyGPACalculateQueueID  PrimaryKey  SyGPACalculateQueueID 

SyGPACalculateQueue Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AdGPA  Non-Identifying  One To Zero or More  FK_SyGPACalculateQueueAdGPAID_AdGPACourseAdGPAID      AdGPAID  NO  YES 
syStudent  Non-Identifying  One To Zero or More  FK_SyGPACalculateQueueSyStudentID_SyStudentSyStudentID      SyStudentID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_SyGPACalculateQueueUserID_SyStaffSyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

SyGPACalculateQueue Check Constraints 
Check Constraint Name  CheckConstraint